All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----sjl.wrappers.PredGreaterDouble
PredGreaterDouble
is a predicate object designed for
comparing objects of type Double
for relative ordering using
the > operator.
Copyright © 1996 Finn Bock
Double
and compare the
return values from the doubleValue()
method using
the >
operator.
public PredGreaterDouble()
public boolean compare(Object o1, Object o2)
Double
and compare the
return values from the doubleValue()
method using
the >
operator.
All Packages Class Hierarchy This Package Previous Next Index